home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / Xfce / gtk-2.0 / gtkrc
Text File  |  2009-02-24  |  10KB  |  399 lines

  1. # Created July 2006
  2. # Modified Dec. 2006
  3. # Modified Jan. 2007
  4. # Modified Jul. 2008 for xfce 4.6
  5. # Modified Feb. 2009 for xfce 4.6
  6. # Olivier Fourdan <fourdan@xfce.org>
  7. # Released under the GPL license
  8.  
  9. style "default"
  10. {
  11.     GtkWidget::focus-line-width                  = 1
  12.     GtkWidget::focus_padding                     = 0
  13.     GtkWidget::interior_focus                    = 0
  14.     GtkWidget::internal_padding                  = 0
  15.  
  16.     GtkButton::child_displacement_x              = 0
  17.     GtkButton::child_displacement_y              = 1
  18.     GtkButton::default_border                    = {0, 0, 0, 0}
  19.     GtkButton::default_outside_border            = {0, 0, 0, 0}
  20.     GtkButton::focus-line-pattern                = "\0"
  21.  
  22.     GtkButtonBox::child_internal_pad_x           = 0
  23.     GtkButtonBox::child_internal_pad_y           = 0
  24.     GtkButtonBox::child_min_heigth               = 0
  25.     GtkButtonBox::child_min_width                = 0
  26.  
  27.     GtkCheckButton::indicator_size               = 12
  28.     GtkCheckButton::focus-line-pattern           = "\1\1"
  29.  
  30.     GtkEntry::focus-line-pattern                 = "\0"
  31.  
  32.     GtkRadioButton::indicator_size               = 12
  33.     GtkRadioButton::focus-line-pattern           = "\1\1"
  34.  
  35.     GtkExpander::expander-size                   = 11
  36.     GtkExpander::expander_spacing                = 0
  37.  
  38.     GtkMenuBar::internal-padding                 = 0
  39.  
  40.     GtkMenu::horizontal-padding                  = 0
  41.     GtkMenu::vertical-padding                    = 0
  42.  
  43.     GtkMenuItem::internal_padding                = 2
  44.     GtkMenuItem::selected_shadow_type            = etched-in
  45.  
  46.     GtkOptionMenu::indicator_size                = 0
  47.     GtkOptionMenu::indicator_spacing             = 0
  48.  
  49.     GtkPaned::handle_full_size                   = 1
  50.     GtkPaned::handle_size                        = 3
  51.  
  52.     GtkRange::slider_width                       = 15
  53.     GtkRange::stepper_size                       = 15
  54.     GtkRange::stepper_spacing                    = 0
  55.     GtkRange::stepper_spacing                    = 0
  56.     GtkRange::trough_border                      = 0
  57.     GtkRange::trough-border                      = 0
  58.  
  59.     GtkScale::trough-side-details                = 1
  60.     GtkScale::value_spacing                      = 0
  61.  
  62.     GtkScrollbar::has_backward_stepper           = 1
  63.     GtkScrollbar::min_slider_length              = 20
  64.  
  65.     GtkScrolledWindow::scrollbar_spacing         = 0
  66.  
  67.     GtkTextView::focus-line-pattern              = "\0"
  68.  
  69.     GtkToolbar::internal-padding                 = 0
  70.     GtkToolbar::space-size                       = 10
  71.     GtkTreeView::expander-size                   = 11
  72.  
  73.     GtkTreeView::horizontal-separator            = 0
  74.     GtkTreeView::vertical-separator              = 0
  75.  
  76.     ExoIconBar::focus_padding                    = 1
  77.  
  78.     xthickness = 2
  79.     ythickness = 2
  80.  
  81.     base[ACTIVE]      = "#d9d7d6"
  82.     base[INSENSITIVE] = "#eeeeec"
  83.     base[NORMAL]      = "#ffffff"
  84.     base[PRELIGHT]    = "#eeeeec"
  85.     base[SELECTED]    = "#bad8ff"
  86.  
  87.     bg[ACTIVE]        = "#d9d7d6"
  88.     bg[INSENSITIVE]   = "#eeeeec"
  89.     bg[NORMAL]        = "#eeeeec"
  90.     bg[PRELIGHT]      = "#eeeeec"
  91.     bg[SELECTED]      = "#d9d7d6"
  92.  
  93.     fg[ACTIVE]        = "#000000"
  94.     fg[INSENSITIVE]   = "#888a85"
  95.     fg[NORMAL]        = "#101010"
  96.     fg[PRELIGHT]      = "#101010"
  97.     fg[SELECTED]      = "#000000"
  98.  
  99.     text[ACTIVE]      = "#101010"
  100.     text[INSENSITIVE] = "#101010"
  101.     text[NORMAL]      = "#101010"
  102.     text[PRELIGHT]    = "#101010"
  103.     text[SELECTED]    = "#101010"
  104.  
  105.     engine "xfce"
  106.     {
  107.         smooth_edge = true
  108.         boxfill
  109.         {
  110.             fill_style = plain
  111.         }
  112.     }
  113. }
  114.  
  115. style "gradient" = "default"
  116. {
  117.     engine "xfce"
  118.     {
  119.         smooth_edge = true
  120.         grip_style = none
  121.         boxfill
  122.         {
  123.             fill_style = gradient
  124.             orientation = vertical
  125.             shade_start = 1.10
  126.             shade_end = 0.90
  127.         }
  128.     }
  129. }
  130.  
  131. style "menu" = "gradient"
  132. {
  133.     bg[PRELIGHT]      = "#cce2ff"
  134.     bg[INSENSITIVE]   = "#fafaf7"
  135.     bg[NORMAL]        = "#fafaf7"
  136.     fg[ACTIVE]        = "#101010"
  137.     fg[PRELIGHT]      = "#101010"
  138.     fg[SELECTED]      = "#101010"
  139.     text[PRELIGHT]    = "#101010"
  140.  
  141.     engine "xfce"
  142.     {
  143.         smooth_edge = true
  144.         boxfill
  145.         {
  146.             fill_style = plain
  147.             orientation = vertical
  148.             shade_start = 1.10
  149.             shade_end = 0.90
  150.         }
  151.     }
  152. }
  153.  
  154. style "menuitem" = "menu"
  155. {
  156.     xthickness = 1
  157.     ythickness = 2
  158.  
  159.     engine "xfce"
  160.     {
  161.         smooth_edge = true
  162.         boxfill
  163.         {
  164.             fill_style = plain
  165.             orientation = vertical
  166.             shade_start = 0.90
  167.             shade_end = 1.10
  168.         }
  169.     }
  170. }
  171.  
  172. style "menubar" = "menu"
  173. {
  174.     xthickness = 1
  175.     ythickness = 2
  176.  
  177.     bg[INSENSITIVE]   = "#eeeeec"
  178.     bg[NORMAL]        = "#eeeeec"
  179.  
  180.     engine "xfce"
  181.     {
  182.         smooth_edge = true
  183.         boxfill
  184.         {
  185.             fill_style = gradient
  186.             orientation = vertical
  187.             shade_start = 1.00
  188.             shade_end = 0.90
  189.         }
  190.     }
  191. }
  192.  
  193. style "pager" = "gradient"
  194. {
  195.     xthickness = 0
  196.     ythickness = 0
  197.  
  198.     bg[SELECTED]      = "#5e98e3"
  199.     fg[SELECTED]      = "#ffffff"
  200.  
  201.     engine "xfce"
  202.     {
  203.         smooth_edge = true
  204.     }
  205. }
  206.  
  207. style "button" = "default"
  208. {
  209.     bg[ACTIVE]        = "#d9d7d6"
  210.     bg[NORMAL]        = "#eeeeec"
  211.     bg[PRELIGHT]      = "#cce2ff"
  212.     bg[SELECTED]      = "#4e627d"
  213.  
  214.     fg[ACTIVE]        = "#000000"
  215.     fg[SELECTED]      = "#ffffff"
  216.  
  217.     engine "xfce"
  218.     {
  219.         smooth_edge = true
  220.         grip_style = none
  221.         boxfill
  222.         {
  223.             fill_style = gradient
  224.             orientation = vertical
  225.             shade_start = 1.10
  226.             shade_end = 0.90
  227.         }
  228.     }
  229. }
  230.  
  231. style "notebook" = "default"
  232. {
  233.     xthickness = 1
  234.     ythickness = 1
  235.  
  236.     bg[ACTIVE]        = "#e8e8e6"
  237.     bg[NORMAL]        = "#ffffff"
  238.     fg[NORMAL]        = "#101010"
  239. }
  240.  
  241. style "scrollbar" = "default"
  242. {
  243.     bg[ACTIVE]        = "#e8e8e6"
  244.     bg[NORMAL]        = "#d9d7d6"
  245.     bg[PRELIGHT]      = "#cce2ff"
  246.  
  247.     engine "xfce"
  248.     {
  249.         smooth_edge = true
  250.         grip_style = handle
  251.         boxfill
  252.         {
  253.             fill_style = gradient
  254.             orientation = automatic
  255.             shade_start = 1.10
  256.             shade_end = 0.90
  257.         }
  258.     }
  259. }
  260.  
  261. style "scale" = "scrollbar"
  262. {
  263.     engine "xfce"
  264.     {
  265.         smooth_edge = true
  266.         grip_style = none
  267.         boxfill
  268.         {
  269.             fill_style = gradient
  270.             orientation = automatic
  271.             shade_start = 1.10
  272.             shade_end = 0.90
  273.         }
  274.     }
  275. }
  276.  
  277. style "progress" = "gradient"
  278. {
  279.     xthickness = 0
  280.     ythickness = 0
  281.  
  282.     bg[ACTIVE]        = "#d9d7d6"
  283.     bg[NORMAL]        = "#e8e8e6"
  284.     bg[PRELIGHT]      = "#cce2ff"
  285.  
  286.     fg[PRELIGHT]      = "#4e9a06"
  287.  
  288.     engine "xfce"
  289.     {
  290.         smooth_edge = true
  291.         grip_style = none
  292.         boxfill
  293.         {
  294.             fill_style = gradient
  295.             orientation = automatic
  296.             shade_start = 1.10
  297.             shade_end = 0.90
  298.         }
  299.     }
  300. }
  301.  
  302. style "handlebox" = "default"
  303. {
  304.     engine "xfce"
  305.     {
  306.         smooth_edge = true
  307.         grip_style = none
  308.         boxfill
  309.         {
  310.             fill_style = plain
  311.         }
  312.     }
  313. }
  314.  
  315. style "tooltips" = "default"
  316. {
  317.     bg[NORMAL] = "#ffffdf"
  318.     fg[NORMAL] = "#101010"
  319. }
  320.  
  321. style "rox" = "default"
  322. {
  323.     bg[ACTIVE] = "#ffffff"
  324.     bg[NORMAL] = "#ffffff"
  325. }
  326.  
  327. style "titlebar" = "default"
  328. {
  329.     bg[SELECTED]      = "#5e98e3"
  330.     fg[SELECTED]      = "#ffffff"
  331.     bg[INSENSITIVE]   = "#eeeeec"
  332.     fg[INSENSITIVE]   = "#888a85"
  333. }
  334.  
  335.  
  336. widget_class "*"                   style "default"
  337.  
  338. widget_class "*GtkTree*"           style "gradient"
  339. class "*GtkTree*"                  style "gradient"
  340. widget_class "*GtkCTree*"          style "gradient"
  341. class "*GtkCTree*"                 style "gradient"
  342. widget_class "*GtkList*"           style "gradient"
  343. class "*GtkList*"                  style "gradient"
  344. widget_class "*GtkCList*"          style "gradient"
  345. class "*GtkCList*"                 style "gradient"
  346. widget_class "*Entry*"             style "gradient"
  347. class "*Entry*"                    style "gradient"
  348. widget_class "*Text*"              style "gradient"
  349. class "*Text*"                     style "gradient"
  350. widget_class "*Pager*"             style "pager"
  351. class "*Pager*"                    style "pager"
  352.  
  353. widget_class "*Menu*"              style "menu"
  354. #class "*Menu*"                     style "menu"
  355.  
  356. widget_class "*MenuItem*"          style "menuitem"
  357. class "*MenuItem*"                 style "menuitem"
  358.  
  359. widget_class "*BonoboDockItem"     style "menubar"
  360. class "*BonoboDockItem"            style "menubar"
  361. widget_class "*ToolBar"            style "menubar"
  362. class "*ToolBar"                   style "menubar"
  363. widget_class "*MenuBar*"           style "menubar"
  364. class "*MenuBar*"                  style "menubar"
  365.  
  366. widget_class "*HandleBox*"         style "handlebox"
  367.  
  368. widget_class "*Button*"            style "button"
  369. class "*Button*"                   style "button"
  370. widget_class "*button*"            style "button"
  371. class "*button*"                   style "button"
  372. widget_class "*OptionMenu*"        style "button"
  373. class "*OptionMenu*"               style "button"
  374.  
  375. widget_class "*.GtkNotebook"       style "notebook"
  376. class "*.GtkNotebook"              style "notebook"
  377.  
  378. widget_class "*GtkVScrollbar*"     style "scrollbar"
  379. class "*GtkVScrollbar*"            style "scrollbar"
  380. widget_class "*GtkHScrollbar*"     style "scrollbar"
  381. class "*GtkHScrollbar*"            style "scrollbar"
  382.  
  383. widget_class "*GtkHScale*"         style "scale"
  384. class "*GtkHScale*"                style "scale"
  385. widget_class "*GtkVScale*"         style "scale"
  386. class "*GtkVScale*"                style "scale"
  387.  
  388. widget_class "*GtkProgress*"       style "progress"
  389. class "*GtkProgress*"              style "progress"
  390.  
  391. widget "gtk-tooltips*"             style "tooltips"
  392.  
  393. widget_class "*.Collection"        style "rox"
  394.  
  395. widget "xfwm"                      style "titlebar"
  396. widget "xfwm4-tabwin*"             style "titlebar"
  397. class "MetaFrames"                 style "titlebar"
  398. widget_class "MetaFrames"          style "titlebar"
  399.